Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

490
Views
ejecutor falló al ejecutarse [/bin/sh -c chmod +x entrypoint.sh]: código de salida: 1

Estoy agregando fastapi a la ventana acoplable que tiene tareas en segundo plano. Cuando intento construir la ventana acoplable, aparece este error: el executor failed running [/bin/sh -c chmod +x entrypoint.sh]: exit code: 1 Comando usando para construir la imagen de la ventana acoplable docker build -t onetest . Intenté eliminar RUN chmod +x entrypoint.sh e intenté compilar la imagen, pero cuando ejecuté la ventana acoplable, obtuve este error docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "./entrypoint.sh": stat ./entrypoint.sh: no such file or directory: unknown. .

entrypoint.sh

 #!/bin/bash gunicorn --worker-tmp-dir /dev/shm -k uvicorn.workers.UvicornWorker app.main:app

Dockerfile

 FROM python:3.9-slim COPY ./requirements.txt ./requirements.txt RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt COPY ./app ./app COPY ./inputs ./inputs COPY ./model ./model COPY ./tests ./tests COPY ./gunicorn.config.py ./gunicorn.config.py COPY ./Procfile ./Procfile EXPOSE 8000 RUN chmod +x entrypoint.sh CMD [ "./entrypoint.sh" ]
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!